Skip to content

Comments

feat(claude,env): add browser automation rule, translate rules to English, and update env configs#70

Merged
paveg merged 2 commits intomainfrom
feat/claude-rules-and-env-updates
Feb 4, 2026
Merged

feat(claude,env): add browser automation rule, translate rules to English, and update env configs#70
paveg merged 2 commits intomainfrom
feat/claude-rules-and-env-updates

Conversation

@paveg
Copy link
Owner

@paveg paveg commented Feb 4, 2026

Summary

  • Add browser-automation rule for chrome-in-claude best practices (click-and-type over form_input, verify-after-write pattern)
  • Add "Configuration Changes" section to development-principles rule (narrow deny rules, dry-run verification)
  • Translate pr-size rule from Japanese to English
  • Move browser-e2e-test skill into chezmoi management with full English translation (drop placeholder files)
  • Add NPM_TOKEN auth config to npmrc
  • Add MoonBit PATH to zshenv

Test plan

  • just test passes (lint + format)
  • chezmoi apply --dry-run succeeds on both personal and business modes
  • Verify ~/.claude/rules/browser-automation.md is created after apply
  • Verify ~/.claude/skills/browser-e2e-test/ is created after apply

🤖 Generated with Claude Code

paveg and others added 2 commits February 4, 2026 16:26
…lish, and update env configs

- Add browser-automation rule for chrome-in-claude best practices (verify-after-write)
- Add configuration changes principle to development-principles rule
- Translate pr-size rule from Japanese to English
- Move browser-e2e-test skill into chezmoi management with full English translation
- Add NPM_TOKEN auth to npmrc
- Add MoonBit PATH to zshenv

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add glob-scoped rule for .tsx/.jsx files covering:
- Avoid useEffect unless justified (prefer derived state, event handlers, TanStack Query)
- Prefer arrow functions/function declarations over class components
- Component reusability principles
- Library preferences: Valibot (client), TanStack Query, Zod + Scalar (public API)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@paveg paveg merged commit 36e9f8c into main Feb 4, 2026
10 checks passed
@paveg paveg deleted the feat/claude-rules-and-env-updates branch February 4, 2026 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant